home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 10054 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.5 KB

  1. Path: newsfeed.internetmci.com!panix!cmcl2!news!schonberg!dewar
  2. From: dewar@cs.nyu.edu (Robert Dewar)
  3. Newsgroups: comp.lang.ada,comp.lang.c,comp.lang.c++
  4. Subject: Re: C/C++ knocks the crap out of Ada
  5. Date: 5 Mar 1996 15:43:56 -0500
  6. Organization: Courant Institute of Mathematical Sciences
  7. Message-ID: <dewar.826058336@schonberg>
  8. References: <JSA.96Feb16135027@organon.com> <1996Feb22.005518.13396@leeweyr.sccsi.com> <4gvrffINNlqo@anvil.ugrad.cs.ubc.ca> <4h4j31$1ga3@watnews1.watson.ibm.com> <4h5cbcINNahr@anvil.ugrad.cs.ubc.ca> <4h7t4u$u07@mailer.mda.ca>
  9. NNTP-Posting-Host: schonberg.cs.nyu.edu
  10. X-Newsreader: NN version 6.5.0 (NOV)
  11.  
  12. Kazimir says
  13.  
  14. ": There is a GNU Ada compiler, too---is _that_ 100% compliant with the standards"
  15.  
  16. That's odd, obviously of course he has no idea what he is talkin about :-)
  17.  
  18. For the record, GNAT (which is what you mean by the GNU Ada Compiler) though
  19. not 100% compliant with the standard (no compiler can likely claim 100%
  20. compliance) is highly compliant and has successfuly passed the stringent
  21. ACVC validation suite (to be fair the current suite is more stringent in
  22. some places than others!) Furthermore part of this validation involvces
  23. signing a DOC that states there are no deliberate extensions.
  24.  
  25. I think you were assuming that because GNU C is an extended dialiect of
  26. C, that GNU Ada must take the same attitude.
  27.  
  28. This just goes to show that assumptions and guesses are not as useful
  29. as facts.
  30.  
  31. As a measure of compliance, I would say that GNAT comes closer complying to 
  32. the standard thmost ANSI C compilers I havce used!
  33.  
  34.